home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: VC++ 4.0 and Jet Database Engine ...
- Date: 4 Mar 1996 11:26:59 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4hek23$k0p@news1.usa.pipeline.com>
- References: <4hdd8k$cr6@mozo.cc.purdue.edu>
- NNTP-Posting-Host: pipe5.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline v3.5.0
-
- On Mar 04, 1996 00:24:52 in article <VC++ 4.0 and Jet Database Engine ...>,
- 'kaldirog@multimedia.ecn.purdue.edu (Akin Kaldiroglu)' wrote:
-
-
- >Hi everyone;
- >
- >I'm supposed to implement a database system and its interface
- >using VC++ 4.0 and its DBMS Jet 3.0. I couldn't find any book or
- >documentation on this issue, like " Database Application Using
- >VC++ " ... There is one book by this name but it is for 2.0
- >version. Can someone help me?
-
- There's several. I have one but I can't remember its exact title.
- Just go into your local book store and look for titles on Programming
- with Microsoft Visual C++ 4.0.
-
- Also, the documentation -- both the book and online -- have a
- tutorial on Enroll. It's written using ODBC, but is nearly 100%
- compatible with DAO (MS's name for what you described in your
- question). There is an equivalent DAO class for every ODBC:
-
- ODBC DAO
- CDatabase CDaoDatabase
- CRecordset CDaoRecordset
- .etc.
-
- Just do the Enroll tutorial and you're well on your way to become
- an expert on the subject.
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-